Skip to main content

Unity Package Structure

image

The WorldOn Unity SDK Text2Animation package contains 4 major folders:

  • Animations/: default output folder path to save generated animations files.
  • Editor/: Contains all the UI elements.
  • Sample/: Contains a sample.
    • AnimationController/: Contains a sample animation controller.
    • Animations/: Contains a sample idle animation.
    • Materials/: Contains material for the model.
    • Models/: Contains a sample fbx.
    • Prefabs/: Contains a sample prefab.
    • Scenes/: Contains the sample scene.
  • Scripts/: Contains all related scripts.